diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 09:02:10 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 09:02:10 +0900 |
| commit | af2fc05cfd112a3be763e5e844b642cf1b2e97b9 (patch) | |
| tree | 90c123ed0d0bb831e6a43a85ee90273c53bfc01b /config/waybar/style/[Colorful] Aurora Blossom.css | |
| parent | fbd86772fac1bbe685777d362caf50da08434bbb (diff) | |
yet another day of tweaking. Everyday you find a small bug or needs to be tweaked :)
Diffstat (limited to 'config/waybar/style/[Colorful] Aurora Blossom.css')
| -rw-r--r-- | config/waybar/style/[Colorful] Aurora Blossom.css | 47 |
1 files changed, 8 insertions, 39 deletions
diff --git a/config/waybar/style/[Colorful] Aurora Blossom.css b/config/waybar/style/[Colorful] Aurora Blossom.css index 51025dd5..2dc23e73 100644 --- a/config/waybar/style/[Colorful] Aurora Blossom.css +++ b/config/waybar/style/[Colorful] Aurora Blossom.css @@ -45,6 +45,8 @@ tooltip label{ } /*-----modules indv----*/ + +#taskbar button, #workspaces button { color: black; box-shadow: none; @@ -56,6 +58,8 @@ tooltip label{ animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } + +#taskbar button:hover, #workspaces button:hover { color: grey; background-color: rgba(0,153,153,0.2); @@ -65,6 +69,7 @@ tooltip label{ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } +#taskbar button.active, #workspaces button.active { color: grey; padding-left: 8px; @@ -167,24 +172,7 @@ tooltip label{ animation-direction: alternate; } -#taskbar button.active { - color: black; - background-color: #7f849c; - padding-left: 6px; - padding-right: 6px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button, -#taskbar button:hover { - color: black; - padding-left: 2px; - padding-right: 2px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - +#backlight-slider slider, #pulseaudio-slider slider { min-width: 0px; min-height: 0px; @@ -194,6 +182,7 @@ tooltip label{ box-shadow: none; } +#backlight-slider trough, #pulseaudio-slider trough { background-color: #7f849c; min-width: 80px; @@ -201,27 +190,7 @@ tooltip label{ border-radius: 5px; } -#pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; -} - -#backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; -} - -#backlight-slider trough { - background-color: #7f849c; - min-width: 80px; - min-height: 10px; - border-radius: 5px; -} - +#pulseaudio-slider highlight, #backlight-slider highlight { min-width: 10px; border-radius: 5px; |
